home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / umich / telecomm / sticpsrc.lzh / SOURCE.ARC / ASY.H < prev    next >
Encoding:
C/C++ Source or Header  |  1990-07-15  |  407 b   |  19 lines

  1. #ifdef MSDOS
  2. # define ASY_MAX    6        /* Six asynch ports allowed on the PC */
  3. # define COMBIOS    1        /* COMBIOS-type of ASY interface */
  4. #endif
  5.  
  6. #ifdef ATARI_ST
  7. # define ASY_MAX    5        /* Five asynch ports allowed on the TT (2 on ST) */
  8. #endif
  9.  
  10. #ifdef UNIX
  11. # define ASY_MAX    16        /* Have to set some limit... */
  12. #endif
  13.  
  14. extern unsigned nasy;
  15.  
  16. #define    SLIP_MODE    0
  17. #define    AX25_MODE    1
  18. #define    NRS_MODE    2
  19.